Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
if test -n "$perl"; then
  echo $rep | $perl -e "
     @input=split(/\s/,<>); \$len = \$#input + 3;
     \$len = ( \$len - \$len % 3) / 3;
     for(\$i=0;\$i<\$len;\$i++) {
       printf qq(      %-18s%-18s%-18s\n),
         \$input[\$i], \$input[\$i+\$len], \$input[\$i+2*\$len];
     }"
else
  echo $rep
fi