6 lines
127 B
TOML
6 lines
127 B
TOML
do_this = """
|
|
if (-e $game_config->{save_file} and -r $game_config->{save_file}) {
|
|
move(15,11);
|
|
printw("(l)oad game");
|
|
}
|
|
"""
|