Guest User

Untitled

a guest
Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [nsf @ crawl]$ echo 'const PI = "123" / 2;' | ./crawl -no-ast
  2. stdin:1:18: error: invalid operands to binary expression
  3. const PI = "123" / 2;
  4. ~~~~~ ^ ~
  5. [nsf @ crawl]$ echo 'const PI = 5 / 2;' | ./crawl -no-ast
  6. [nsf @ crawl]$ echo 'const PI = 5.14 / 2;' | ./crawl -no-ast
  7. [nsf @ crawl]$
Add Comment
Please, Sign In to add comment