例 3 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。
charcodes = ToCharacterCode["this is a string."]{116, 104, 105, 115, 32, 105, 115, 32, 97, 32, 115, 116, 114, 105, 110, 103, 46}ListPlot[charcodes, Filling -> Axis]-Graphics-FromCharacterCode[charcodes]this is a string.