view interps/glass/exa/fibonacci.glass @ 12500:e48c08805365 draft default tip

<b_jonas> ` learn \'The password of the month is Cthulhuquagdonic Mothraquagdonic Narwhalicorn.\' # https://logs.esolangs.org/libera-esolangs/2024-04.html#lKE Infinite craft
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2024 06:39:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source

{F
  [f
    (_a)A!
    (_o)O!
    (_t)$
    (_n)1=
    ,
    (_isle)(_n)*<2>(_a)(le).?=
    /(_isle)
      <1>
      ^
    \
    (_n)*<1>(_a)s.?(_t)f.?
    (_n)*<2>(_a)s.?(_t)f.?
    (_a)a.?
  ]
}

{M
  [m
    (_a)A!
    (_f)F!
    (_o)O!
    (_n)<1>=
    (_nlm)<1>=
    /(_nlm)
      (_n)*(_f)f.?
      (_o)(on).?
      " "(_o)o.?
      (_n)(_n)*<1>(_a)a.?=
      (_nlm)(_n)*<20>(_a)(le).?=
    \
  ]
}