Jump to content

Module:NSW GNR

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99of9 (talk | contribs) at 05:39, 1 April 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- For unit tests, see [[Module:GNR reference/testcases]]
local p = {}
function p.convert(frame)
    return string.byte( frame.args[1], 1, 1)
end
return p