blueprint-compiler/tests/samples/expr_closure_args.blp
James Westman 02796fd830 Use <> instead of () for casts & typeof
This makes it clearer that they aren't functions, and it eliminates
syntactic ambiguity with closure expressions.
2023-04-10 09:39:34 -05:00

5 lines
No EOL
84 B
Text

using Gtk 4.0;
Label {
label: bind $my-closure (true, 10, "Hello") as <string>;
}