in block example
This commit is contained in:
parent
9657502261
commit
57e868b1e4
1 changed files with 11 additions and 0 deletions
11
inblock.spl
Normal file
11
inblock.spl
Normal 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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue