Hi, Added it anyway (compiled and asm looks okay, did not actually run it yet).
If you want an other termination then 0, define it before you include print.jal: const print_string_terminator = 255 include print And if you don't want termination at all, you can do const print_string_terminator = 999 include print The only penalty in this case is this warning: c:\jallib\include\jal/print.jal:56: warning: operation is always FALSE Joep 2010/4/6 Joep Suijs <[email protected]>: > Hi Seb > > 2010/4/6 Sebastien Lelong <[email protected]>: >> Can't it be set, at least, at the beginning as a constant, defaulting to 0 ? > > Sure it can. > > Mike, could it still break code if you can define the termination character? > > Joep > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
