Update 'General Syntax'

Sasha Koshka 2022-08-30 05:55:27 +00:00
parent 5e712a3141
commit abc042a053

4
General-Syntax.md Normal file

@ -0,0 +1,4 @@
ARF uses syntactical indentation for pretty much everything, and only accepts
tabs as indentation. This may change in the future, but this decision was made
to ensure that written code is accessible to everyone (indentation with spaces
can have accessibility issues).