1.1 ! moko 1: @main[] ! 2: ! 3: $s['^#0D'] ! 4: $s - it should survive ! 5: ! 6: $f[^file::create[text;;$s]] ! 7: $f.text - it should not survive ! 8: ! 9: $f[^file::create[binary;;$s]] ! 10: $f.text - it should survive ! 11: