comparison lib/kps/derle.pl @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47:30 +0000
parents
children
comparison
equal deleted inserted replaced
12273:de2990eb5cdf 12274:3c04e9ef7a3a
1 #!/usr/bin/perl -p
2
3 my ($style) = @ARGV;
4
5 s/\d+(.)/$1x$&/ge if $style eq "postfix" or $style == undef;
6 s/(.)\d+/$1x$&/ge if $style eq "prefix";