Seven Towers: UCC Reference

COMPILER DIRECTIVES

#line num
#line num name
# num
# num name

Sets the current line number/location name. 'num' is any integer, while 'name' is a double-quoted string literal. UCC will use the number and name you specify should any compilation errors occur.