Write Pluto & Lua Online

if _PVERSION then -- Pluto print("Hello from ".._PVERSION) else -- Lua print("Hello from ".._VERSION) end

Version

Output

Loading...