Фиксация мамы нолнан с сфере IT с симпатией к атусу стоещему на полигоне
с афроо лошадьми
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// Тест логических операторов
|
||||
using net;
|
||||
|
||||
bool isOnline = true;
|
||||
bool hasError = false;
|
||||
|
||||
print("Online: " + isOnline);
|
||||
print("Error: " + hasError);
|
||||
|
||||
if (isOnline && !hasError) {
|
||||
print("System OK");
|
||||
}
|
||||
|
||||
string response = http_get("test.com");
|
||||
print("Response: " + response);
|
||||
|
||||
fox();
|
||||
Reference in New Issue
Block a user