git @ Cat's Eye Technologies Dipple / master lua / pond.lua
master

Tree @master (Download .tar.gz)

pond.lua @masterraw · history · blame

-- SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
-- For more information, please refer to <https://unlicense.org/>
-- SPDX-License-Identifier: Unlicense

-- LUA_PATH='./?.lua' lua pond.lua

local Frog = require('frog')

local fred = Frog.new()

fred:jump(3)
fred:jump(1)
fred:report()