a usage in hello.quox. why not
This commit is contained in:
parent
8b8129027d
commit
08a8c694b1
1 changed files with 3 additions and 1 deletions
|
@ -21,4 +21,6 @@ postulate print : String → IO Unit
|
||||||
load "nat.quox"
|
load "nat.quox"
|
||||||
|
|
||||||
#[main]
|
#[main]
|
||||||
def main = seq (print-ℕ (nat.plus 60 9)) (print "(nice)")
|
def main : IO Unit =
|
||||||
|
let1 sixty-nine = nat.plus 60 9 in
|
||||||
|
seq (print-ℕ sixty-nine) (print "(nice)")
|
||||||
|
|
Loading…
Add table
Reference in a new issue