-
Notifications
You must be signed in to change notification settings - Fork 0
Write command
Alvin Cheng edited this page Feb 12, 2023
·
1 revision
This is the write command, this command is used to write data to your local file system. This particular command will input 2 parameters, the first parameter for the data to write inside the file and the second parameter for the directory to write the data in. In other words, the data in parameter one will be written to the file directory in parameter 2.
Permission to access your file system may be required in order to successfully run this command, as this command access the file system of your machine. This may be especially true in MacOS.
write "<DATA>" "<FILE_DIRECTORY>";
- Home
- Setup
- Print command
- Variables and set command
- Append command
- Array command
- Call command
- Clear command
- Compare command
- Concat command
- Create command
- Delay command
- Delete command
- Disable command
- Enable command
- Exit command
- Export command
- Fetch command
- Functions and the function command
- Get command
- If statements
- Import command
- Length command
- Load string command
- Object command
- POST command
- Prompt command
- Read command
- Remove command
- Repeat command
- Shell command
- Write command
- Calculate command
- Sin cos and tan commands
- PI command
- Rand command
- Round command
- Sqrt command
- Delete message command
- Get messages command
- Follow user command
- Get public rooms command
- Get rooms command
- Join room command
- Login command
- On message command
- Remove room command
- Room exists command
- Send message command
- Signout command
- Final words&thoughts