LangStudies/Editor/Tests/2.BlockStatement.uf

18 lines
75 B
Plaintext

{
42;
"Hello World!";
}
{
}
{
42;
{
"Hello World!";
}
{
;
}
}