DirectuX
29-10-2019, 18:03
Hi Eros,
regarding the code comments (https://www.thinbasic.com/public/products/thinBasic/help/html/commenting_the_code.htm), thinAir doesn't seem to treat correctly these form of comments (the first is more useful than the others) :
/*
------------------------------------------------
This is the start of the main program
------------------------------------------------
*/
/* This variable will be used ... */
// This is the start of the main program
regarding the code comments (https://www.thinbasic.com/public/products/thinBasic/help/html/commenting_the_code.htm), thinAir doesn't seem to treat correctly these form of comments (the first is more useful than the others) :
/*
------------------------------------------------
This is the start of the main program
------------------------------------------------
*/
/* This variable will be used ... */
// This is the start of the main program