modal/examples/hello.modal

8 lines
221 B
Plaintext
Raw Normal View History

2024-04-15 17:59:48 -04:00
?(?0 ()) (This example prints to the console and demonstrates how to delay the execution of a rule.)
2024-04-14 20:41:22 -04:00
<> (NAME) (Modal)
2024-04-15 18:04:25 -04:00
<> (?: print String) (?:)
<> (String ?x) (?x String)
2024-04-04 19:31:10 -04:00
2024-04-15 18:04:25 -04:00
String (Welcome to NAME \nHave fun!\n\n) print