Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
If year = 1999 then [Print: "Party!";];
|
||||
|
||||
If someNumber > 5 then [Print: "Too high!";] else [Print: "Adequate amount.";];
|
||||
|
||||
If breed = "Abyssinian" then [score := 150;]
|
||||
else if breed = "Birman" then [score := 70;]
|
||||
else [score := 45;];
|
||||
|
||||
Unless char = ¢X then [Print: "character was not an x";];
|
||||
|
|
@ -0,0 +1 @@
|
|||
Print: if result = 13 then ["unlucky"] else ["safe"];
|
||||
Loading…
Add table
Add a link
Reference in a new issue