Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.42 KB | None | 0 0
  1. const G_PERIOD_CONST = "................................................................................................................................";
  2. const G_ASTERIX_CONST = "********************************************************************************************************************************";
  3. 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
Add Comment
Please, Sign In to add comment
Advertisement