Snap! Markup Language

by odysseus_ssb
See Code Download Embed
S!ML Snap! Markup Language

WIP

-color-(color name)-
-p-(text)-
-var-(var) - creates var- (up to 5)
-varv(varID) - var value- (ID=order of creation)
- (text) - comment

to compile code press "tab" after compiled you cancontinue to add to the code and compile again. "Enter" to create a new line.

Colors:
black
blue
red
lightblue
grey
orange

You can not use capitals. Closing tag is always just "-". A sentence:
-p-hello this is a sentence
Word:
-p-hello

When using -color-red there is an ending tag. Either put another tag directly after it or do -color-red- . Examples:
-color-red- 
-color-red-p-hello
-color-red-var-hello
etc

Created June 30, 2022

Last updated June 30, 2022

Shared June 30, 2022