Первый
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
print("=== Welcome to FoxLang ===");
|
||||
|
||||
print("Math test:");
|
||||
print(20 + 30 * 2);
|
||||
|
||||
print("Type something:");
|
||||
print(input());
|
||||
|
||||
{
|
||||
print("I am inside a block!");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user