in block example

This commit is contained in:
Tove 2025-02-20 01:03:12 +01:00
parent 9657502261
commit 57e868b1e4
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

11
inblock.spl Normal file
View file

@ -0,0 +1,11 @@
func main { exitcode | with args ;
"Hello, World" in {
= :readf1<"Hello, {}!"> => &nop
= :readf1<"Hello, {}"> => &nop
} if {
"name is " print println
}
0
}