Category:Set lang: Difference between revisions

From Rosetta Code
Content added Content deleted
(Create Set_lang Category page)
 
(Remove misplaced Hello World example)
Line 1: Line 1:
{{stub}}{{language|Set_lang}}
{{stub}}
{{language|Set_lang}}
[[Category:Esoteric_Languages]]
[[Category:Esoteric_Languages]]


Line 6: Line 7:
The '''Set''' language uses only a single command, ''set''. It allows for 52 development variables and 1 system variable.
The '''Set''' language uses only a single command, ''set''. It allows for 52 development variables and 1 system variable.
It is ASCII based, so output is in the integer format, and is converted to characters upon ran.
It is ASCII based, so output is in the integer format, and is converted to characters upon ran.

=={{Hello_World|Set_lang}}==
<lang set_lang>set ! H
set ! E
set ! L
set ! L
set ! O
set ! 32
set ! W
set ! O
set ! R
set ! L
set ! D
</lang>

Revision as of 00:04, 9 October 2016

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Set lang
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Set lang.

Original reddit post by the user qwertyu63, defining how the language works.

The Set language uses only a single command, set. It allows for 52 development variables and 1 system variable. It is ASCII based, so output is in the integer format, and is converted to characters upon ran.

Pages in category "Set lang"

The following 7 pages are in this category, out of 7 total.