modal/examples/hello.modal

7 lines
210 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 17:59:48 -04:00
<> (?: print) (?:)
<> (delay ?x) (?x delay)
2024-04-04 19:31:10 -04:00
2024-04-15 17:59:48 -04:00
delay (Welcome to NAME \nHave fun!\n\n) print