vax_vms_user
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vax_vms_user [2026/05/25 04:40] – admin | vax_vms_user [2026/05/27 19:01] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **# Show current DIR:** | + | **# Show current DIR like PWD:** |
| < | < | ||
| + | |||
| + | **# Change DIR [000000] is the root of system** | ||
| + | |||
| + | < | ||
| + | |||
| + | **# List directory** | ||
| + | |||
| + | < | ||
| **# Run Basic:** | **# Run Basic:** | ||
| Line 7: | Line 15: | ||
| < | < | ||
| < | < | ||
| + | |||
| + | To save a program (Do this from within the basic interpreter) | ||
| + | < | ||
| + | |||
| + | To load a program (Do this from within the basic interpreter) | ||
| + | < | ||
| **# Programming** | **# Programming** | ||
| Line 17: | Line 31: | ||
| Enter a simple helloworld: | Enter a simple helloworld: | ||
| - | < | + | < |
| - | < | + | CREATE HELLO.C |
| - | #include < | + | #include < |
| - | \\ | + | |
| - | int main() {\\ | + | int main() { |
| - | printf(" | + | printf(" |
| - | return 0;\\ | + | return 0; |
| - | }\\ | + | } |
| </ | </ | ||
| + | For fortran | ||
| + | |||
| + | < | ||
| + | |||
| + | Link and run same as c | ||
| + | |||
| + | **# Games** | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | More to come.... | ||
vax_vms_user.1779684002.txt.gz · Last modified: by admin
