Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit b49f750

Browse files
authored
Update im-tips.md
1 parent 442fc92 commit b49f750

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/im/im-tips.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tips (IM)
22

33
1. `_` is an escape character for IM mode. For example, you can create a list `["me", "you"]` by entering `me_,you`
4-
2. `_true` means boolean **True** instead of string `"true"`, similarly `_false` is boolean **False** instead of string `"false"`
5-
3. `_null` is comprehended as **None** (or in json **null**)
6-
4. `_x` exits the current process and go back to the parent menu
7-
5. `_q` refers to `quit`
8-
4+
1. `_true` means boolean **True** instead of string `"true"`, similarly `_false` is boolean **False** instead of string `"false"`
5+
1. `_null` is comprehended as **None** (or in json **null**)
6+
1. `_x` exits the current process and go back to the parent menu
7+
1. `_file path_to_file` the string property will be read ffrom file **path_to_file**
8+
3. `_q` refers to `quit`

0 commit comments

Comments
 (0)