Remove the "echo" function no longer needed - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/demo-init.lua
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年08月15日 20:26:48 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年08月15日 20:26:48 +0200
commitda0b81ea163adb3b6e78ead695e47c12a4ccae43 (patch)
treed532a9e461e04d4ab6cfd29fef9637d418c0e0b7 /demo-init.lua
parenta4a09975c34df7a41d3f204a76c684966ca1287f (diff)
downloadgsl-shell-da0b81ea163adb3b6e78ead695e47c12a4ccae43.tar.gz
Remove the "echo" function no longer needed
Diffstat (limited to 'demo-init.lua')
-rw-r--r--demo-init.lua 6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo-init.lua b/demo-init.lua
index bfb118ed..fd1e0ee9 100644
--- a/demo-init.lua
+++ b/demo-init.lua
@@ -24,11 +24,11 @@ end
local function print_demos_list()
for group, t in pairs(demo_list) do
- echo('*** ', group)
+ print('*** ', group)
for k, v in ipairs(t) do
- echo(v.name .. ' - ' .. v.description)
+ print(v.name .. ' - ' .. v.description)
end
- echo ''
+ print ''
end
end
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月14日 02:49:54 +0000

AltStyle によって変換されたページ (->オリジナル) /