Skip to content

Commit

Permalink
Make expr2.py more canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jan 18, 2022
1 parent b346140 commit 4d3aa02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/expr2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
def main():
x: i32
x2: i64
y: f32
y2: f64
x = (2+3)*5
print(x)

# Not implemented yet in LPython:
#if __name__ == "__main__":
# main()

0 comments on commit 4d3aa02

Please sign in to comment.