/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/lua/li_factory_runme.lua
10 строк
245 B
Erez Geva
Remove Lua 5.0 and Lua 5.1 and Lua options
30 май 2026, 19:24
30 май 2026, 19:24
74ff929
Код
Авторство
О чём код?
require_to_globs("li_factory") catch_undef_globs() -- catch "undefined" global variables circle = Geometry_create(Geometry_CIRCLE) r = circle:radius() assert(r == 1.5) point = Geometry_create(Geometry_POINT) w = point:width() assert(w == 1.0)