>>106287204
The nyu keyword is reserved for preprocessor directives and meta-statements (only #include is supported so far):
#include "hal_emu.nyo" nyu
#include "fmt.nyo" nyu
var numero: word[50]
call fmt_decimal numero, 1234 nyo
call prints "Num: " nyo
call prints numero nyo