Warning, /frameworks/syntax-highlighting/autotests/input/retro.retro is written in an unsupported language. File is not indexed.

0001 #! /usr/bin/env retro
0002 
0003 # RETRO Test File
0004 
0005 This is an example of the literate format
0006 RETRO uses, which lets us program in a literate style.
0007 
0008 ```
0009 :test ;
0010 ```
0011 
0012 That was a test block. It defines a test.
0013 
0014 ~~~
0015 :word (note)
0016         #1 'mald_%n s:format s:put
0017         .1.0 drop
0018 ;
0019 
0020 :hm (idk)
0021 ~~~
0022 
0023 That's the start of a word.
0024 
0025 These code fences can be placed anywhere.
0026 ~~~
0027         &A $A `a \a |a @a !a
0028 ;
0029 ~~~
0030 
0031 Running that gibberish code is not safe for your system, probably.
0032 You wouldn't wanna do it.