I’m actually making rapid progress on a macro function syntax where the 
parameters are replaced by the inputs when called:

{$define put(x):='into_x’}

put(100); // replaces to ‘into_100’

Do I have permission to develop this feature (even if it’s hidden behind a 
modeswitch) and if so should I privately contact someone on the compiler team 
to verify that I’m doing compiler approved things? I have lots of stupid 
questions like is “array of ansistring” ok and can I use strutils functions 
etc.. and I don’t want to pollute the list with them.


Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to