• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1! RUN: %S/test_errors.sh %s %t %f18
2! Check that a basic arithmetic if compiles.
3
4if ( A ) 100, 200, 300
5100 CONTINUE
6200 CONTINUE
7300 CONTINUE
8END
9