Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const G_PERIOD_CONST = "................................................................................................................................";
- const G_ASTERIX_CONST = "********************************************************************************************************************************";
- function Generate(l) for (local p = 1; p <= l; ++p) print(G_PERIOD_CONST.slice(0, l-p) + G_ASTERIX_CONST.slice(0, p));
Advertisement
RAW Paste Data
Copied
Advertisement