blueprint-compiler/tests/samples/expr_closure.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
99 B
Text

using Gtk 4.0;
Label my-label {
label: bind ($my-closure(my-label.margin-bottom)) as <string>;
}