mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
Added LfunClosure, (Simul)EfunClosure, (Unbound/Bound)LambdaClosure and OperatorClosure types for Python.
6 lines
178 B
C
6 lines
178 B
C
#pragma save_types, rtt_checks, lightweight, clone, save_local_names
|
|
|
|
nomask string* testsefun(int value)
|
|
{
|
|
return ({ to_string(value), program_name(previous_object()) });
|
|
}
|