Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.10. Error 13 - Invalid character in program.
Explanation:
A character was found outside a literal (quoted) string that is not a whitespace character or one of the valid alphanumeric and special characters.
The associated subcodes are:
001
Incorrect character in program "
character
" ('
hex_character
'X).
900
message
.
Prev
C.1.9. Error 11 - Control stack full.
Up
Home
Next
C.1.11. Error 14 - Incomplete DO/LOOP/SELECT/IF.