// escape sequences // newline <<< "line1\nline2", "\n">>>; // tab <<< "a\tb", "\n">>>; // audible bell (uh...) <<< "bell!\a", "\n">>>; // " <<< "->\"<-", "\n">>>; // end of string <<< "here0円can't see me", "\n">>>; // wait a bit 200::ms => now; // octal (man ascii) <<< "bell!007円060円---061円012円", "">>>;

AltStyle によって変換されたページ (->オリジナル) /