mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
24 lines
412 B
Plaintext
24 lines
412 B
Plaintext
|
|
--Syntax highlight test!
|
|
local counter = 1
|
|
|
|
local function analyzeSexOrientation(action1, action2, 2, 10, 0xffffff)
|
|
while true do
|
|
local color = 0xff0000
|
|
|
|
if mamka == papka then
|
|
color = 0x332211
|
|
local success = ebal(mamka)
|
|
if success then
|
|
print("Красава!")
|
|
else
|
|
print("Лох!")
|
|
end
|
|
else
|
|
break
|
|
end
|
|
|
|
counter = counter + 1
|
|
end
|
|
end
|