Ulysses
Home
Help
Ulysses
»
Ulysses Stuff
»
General Chat & Help and Support
»
Testing GeSHi
« previous next »
Print
Pages: [
1
]
Go Down
Author
Topic: Testing GeSHi (Read 5570 times)
0 Members and 1 Guest are viewing this topic.
Megiddo
Ulysses Team Member
Hero Member
Posts: 6214
Karma: 394
Project Lead
Testing GeSHi
«
on:
May 29, 2006, 03:45:22 pm »
Code: Lua
lua foo
=
"bar"
;
-- This is a comment
function
add
(
x
,
y
)
return
x
+
y
end
Code:
[Select]
Test
«
Last Edit: May 29, 2006, 04:16:26 pm by Megiddo
»
Logged
Experiencing God's grace one day at a time.
Megiddo
Ulysses Team Member
Hero Member
Posts: 6214
Karma: 394
Project Lead
Re: Testing GeSHi
«
Reply #1 on:
May 30, 2006, 09:08:30 am »
Code: Lua
_PlayerFreeze
(
1
,
false
)
local
i
=
_MaxPlayers
(
)
PlayerFreezeAll
(
true
)
local
t
=
_file
.
Read
(
"test.txt )
assert( false )
h
«
Last Edit: May 30, 2006, 09:19:39 am by Megiddo
»
Logged
Experiencing God's grace one day at a time.
H²-=NooB=-
Guest
Re: Testing GeSHi
«
Reply #2 on:
May 30, 2006, 09:13:53 am »
Code: Lua
function
test
(
arg
,
arg2
)
local
var
=
{
}
;
table.insert
(
var
,
"lol"
)
;
for
in
end
-- comment
--[[ Multiline
comments are
weird
]]
end
Logged
H²-=NooB=-
Newbie
Posts: 4
Karma: 0
Re: Testing GeSHi
«
Reply #3 on:
May 30, 2006, 09:59:50 am »
Finally an account, lol.
Code: Lua
function
name
(
x
,
y
)
_EntFire
(
)
;
end
Logged
H²-=NooB=-
Newbie
Posts: 4
Karma: 0
Re: Testing GeSHi
«
Reply #4 on:
May 30, 2006, 10:02:01 am »
Just to point that out, i gave him the tip for GeSHi
Logged
Print
Pages: [
1
]
Go Up
« previous next »
Ulysses
»
Ulysses Stuff
»
General Chat & Help and Support
»
Testing GeSHi