Skip to content

Commit aeaef44

Browse files
author
梶塚太智
committed
Update main.rs
Append comment of `encode` command
1 parent d92c3f8 commit aeaef44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ impl Executor {
458458
}
459459
}
460460

461+
// 文字列をUTF-8でエンコード
461462
"encode" => {
462463
let string = self.pop_stack().get_string();
463464
if let Some(first_char) = string.chars().next() {

0 commit comments

Comments
 (0)