mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2024-11-21 06:15:56 -07:00
17 lines
345 B
Text
17 lines
345 B
Text
|
const key a="\t"
|
||
|
event ev(integer i)
|
||
|
event ev(integer i)
|
||
|
quaternion x(integer i)
|
||
|
void x(integer i)
|
||
|
blah
|
||
|
const vector a = <4,5,3,2>
|
||
|
const vector a = <4,5,3,2
|
||
|
const vector a = <x,4,3>
|
||
|
const vector a = <4,x,3>
|
||
|
const vector a = <3,4,x>
|
||
|
const rotation a = <3,4,4,x>
|
||
|
const list l = []
|
||
|
const quaternion q=<1,2,3,4>
|
||
|
const string v="
|
||
|
const string q="\t"
|