Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aixoio committed Jan 21, 2023
1 parent cc9ae7f commit e6c5686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def modeH():
print(
"Loops\t-\tUse LOOPSTART [index varname] [times] replace [times] with @ for a infinite number of times. Use BREAKLOOP to break out of a loop. Use ENDLOOP to end a loop\t-\t\n\tLOOP index 5\n\tPRINTVAR index\n\tRUNIF $index == 3 |BREAKLOOP|PASS|\n\tENDLOOP")
print("Read file\t-\tUse to read files\t-\tREADFILE [outputvar] [filepath]")
print("Write file\t-\tUse to read files\t-\tWRITEFILE [inputvar] [filepath]")
print("Write file\t-\tUse to write files\t-\tWRITEFILE [inputvar] [filepath]")
print("String Concat\t-\tUse to add 2 vars to together as text. If you add 2 and 3 you will get 23. If your add Hello and World you will get Hello World. Replace [arg1] or [arg2] with plain text or for a var put a $ at the start pf the name\t-\tCONCAT [outputvarname] |[arg1]|[arg2]|")
print()
print(f"\t{Fore.RED}Comands Options{Fore.RESET}")
Expand Down

0 comments on commit e6c5686

Please sign in to comment.