removed white spaces in constants

This commit is contained in:
stla 2020-10-07 19:17:45 +02:00
parent 506dba1e33
commit e111b302bc

View file

@ -79,11 +79,11 @@ export const language = <languages.IMonarchLanguage>{
'TRUE', 'TRUE',
'NA', 'NA',
'Inf', 'Inf',
'NaN ', 'NaN',
'NA_integer_', 'NA_integer_',
'NA_real_', 'NA_real_',
'NA_complex_', 'NA_complex_',
'NA_character_ ', 'NA_character_',
'T', 'T',
'F', 'F',
'LETTERS', 'LETTERS',