Artifact 1bb191f68419f39b28812eb7ecf9b68578c6de61449db2bfd94d60971806cc1f:
- File test/rand.lua — part of check-in [956134c50b] at 2020-08-11 21:39:39 on branch trunk — initial commit (user: lexi, size: 98) [annotate] [blame] [check-ins using]
local str = dofile "lib/str.lua" local rnd = str.rand(5,45) print(rnd) print(str.capitalize(rnd))