Changes in tests/quasiKeyword.cfa [53692b3:c715e5f]
- File:
-
- 1 edited
-
tests/quasiKeyword.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/quasiKeyword.cfa
r53692b3 rc715e5f 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 #include <exception.hfa> 15 16 EHM_EXCEPTION( E )(); 14 exception E {}; 17 15 18 16 void catch( int i ) {} … … 49 47 } fixup ( E * ) { 50 48 } finally { 51 } 49 } 52 50 else catch = 3; 53 51
Note:
See TracChangeset
for help on using the changeset viewer.