“escribe lua” Código de respuesta

Lua tipo de

print(type("Hello world"))  --> string
print(type(10.4*3))         --> number
print(type(print))          --> function
print(type(type))           --> function
print(type(true))           --> boolean
print(type(nil))            --> nil
print(type(type(X)))        --> string
marnixah

escribe lua

RegisterNetEvent('kastm', function()
print('ok')
end)
Aldin Malicevic

Respuestas similares a “escribe lua”

Preguntas similares a “escribe lua”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código