Write Pluto & Lua Online
index.pluto
+
if _PVERSION then -- Pluto print("Hello from ".._PVERSION) else -- Lua print("Hello from ".._VERSION) end
Version
Output
Loading...