Changes in tests/quasiKeyword.cfa [c715e5f:53692b3]
- File:
-
- 1 edited
-
tests/quasiKeyword.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/quasiKeyword.cfa
rc715e5f r53692b3 4 4 // quasiKeyword.cfa -- test that quasi-keywords can be used for variable and functions names, as well as keywords in 5 5 // control structures. 6 // 6 // 7 7 // Author : Peter A. Buhr 8 8 // Created On : Wed Feb 17 10:33:49 2021 … … 10 10 // Last Modified On : Sat Jun 5 10:07:59 2021 11 11 // Update Count : 8 12 // 12 // 13 13 14 exception E {}; 14 #include <exception.hfa> 15 16 EHM_EXCEPTION( E )(); 15 17 16 18 void catch( int i ) {} … … 47 49 } fixup ( E * ) { 48 50 } finally { 49 } 51 } 50 52 else catch = 3; 51 53
Note:
See TracChangeset
for help on using the changeset viewer.