lib1.sql.txt 80 B

12345
  1. import lib2 symbols $mul;
  2. $sqr = ($x)->{ return $mul($x, $x); };
  3. export $sqr;