Skip to content

Commit

Permalink
Added pragma math test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Aug 5, 2016
1 parent 9842f8c commit 01b08cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/programs/language_features/pragma/pragma_math.jm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
##5\n-1.9\n

a = pragma (2 + 3)
puts(a)
b = pragma (5.4 - 7.3)
puts(b)

0 comments on commit 01b08cc

Please sign in to comment.