Mercurial Hosting > luan
comparison website/src/tutorial.html.luan @ 383:4118eb51c816 0.4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 22 Apr 2015 20:46:59 -0600 |
parents | 8557581740db |
children | db23f654f87d |
comparison
equal
deleted
inserted
replaced
382:8557581740db | 383:4118eb51c816 |
---|---|
54 | 54 |
55 <p><tt><pre> | 55 <p><tt><pre> |
56 local Io = require "luan:Io" | 56 local Io = require "luan:Io" |
57 local print = Io.print | 57 local print = Io.print |
58 | 58 |
59 function hell(name) | 59 function hello(name) |
60 print("Hello "..name) | 60 print("Hello "..name) |
61 end | 61 end |
62 | 62 |
63 hello("Bob") | 63 hello("Bob") |
64 </pre></tt></p> | 64 </pre></tt></p> |