mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
13 lines
109 B
Text
13 lines
109 B
Text
integer x() inline
|
|
{
|
|
return 3;
|
|
}
|
|
|
|
default
|
|
{
|
|
touch(integer n)
|
|
{
|
|
x();
|
|
n++;
|
|
}
|
|
}
|