S!ML, Snap! Markup Language

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

WIP

For Best Understanding: https://s1ml.earthrulerr.repl.co/

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

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

Closing tag is always just "-". A sentence:
-p-Hello this is a sentence.-
Word:
-p-Hello!-

When using -color-red there is always 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

*Console Log only available in editor by clicking the list-variable "console-log"*

Created June 30, 2022

Last updated July 13, 2022

Published July 1, 2022