mirror of
https://github.com/Dummi26/mers.git
synced 2026-01-02 18:59:09 +01:00
-f+c will print the parsed script with colored highlighting
This commit is contained in:
@@ -20,8 +20,9 @@ for word text.regex("\\S+").assume_no_enum()
|
||||
if words > 0 {
|
||||
print(word + " ")
|
||||
words = words - 1
|
||||
sleep(0.1)
|
||||
} else if words == 0 {
|
||||
println(word)
|
||||
words = rnd()
|
||||
sleep(0.75)
|
||||
sleep(0.5)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user