This page is a test. \n\n<<set $started = true>>\n<<pause>>\n\n<<if $started>>\n Okay, you started!\n<<endif>>\n<<if !$nonExistant>>\n Okay, no nonexistant variables here!\n<<endif>>\n\nLet's display an image:\n\n[img[Hello.png]]\nHello! This is a "quick-and-dirty" demo of twee2sam.\n* [[I would like to choose an option|First Option]]\n* [[I'd prefer to choose anoter option|Second option]]
[img[Right.png]]\nSo, you prefer the second option?\n\n[img[Observation.png]]\nAs you can see, the system supports images, though you'll have to properly convert them to the SMS pallete in order for them to work.\n\n* [[Go to the end.|The end]]\n* [[Back to the beginning.|Start]]\n
[img[Thanks.png]]\n\nThis is a really long string to see how the 512 char limit is being handled by the engine. You see, on SAM, strings are kept on a character buffer on RAM, that are later sent to the screen; this char buffer has a 512 byte limit. Of course, if things come to that, you can always use the 'pause' macro to immediately display the current text to the screen. \nFor now, twee2sam will be simply cutting off the excess, in order to prevent the SAM interpreter from crashing. A more appropriate correction will hopefully be implemented later.\n\n<<pause>>\nCongratulations, this is the end.
[img[Left.png]]\nSo, you chose the first option.\nAs you can see, links are automatically turned into menus.\n* [[Go to the end|The end]]