Skip to content

Commit

Permalink
Project info
Browse files Browse the repository at this point in the history
  • Loading branch information
gmurayama committed Aug 24, 2019
1 parent 6cf4b31 commit 335c379
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions examples/progr
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
begin:

flt c = 1 + 1
flt d = 2.22
str e = "aeae"
str a = "bb"

in case c < 10 then:
c = 5
end
otherwise:
c = 10
end

in case c < 5 then:
e = "bbb"
end

during c < 10 do:
c = c + 1
end

a = "aeae"
c = 1

c = c + 1

readstr l
readnum p
printstr l
printnum p
str authors = "Gustavo Murayama <[email protected]>, Lucas Tornai <lucastornai00gmail.com>"
str language = "rust"
flt version = 1.0

end

0 comments on commit 335c379

Please sign in to comment.