https://github.com/nonopichy/pichy
My Programming Language.
https://github.com/nonopichy/pichy
experience java language new
Last synced: 6 months ago
JSON representation
My Programming Language.
- Host: GitHub
- URL: https://github.com/nonopichy/pichy
- Owner: Nonopichy
- Created: 2022-04-10T16:47:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T21:19:08.000Z (about 4 years ago)
- Last Synced: 2025-01-13T14:28:12.246Z (over 1 year ago)
- Topics: experience, java, language, new
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pichy 1.0-BETA
- My Programming Language.
- ~~Relax, I'm going to change this code a lot... I know it's messed up.~~
## Define variable
```
@variable-name = value;
```
- > @variable-name = text; (string)
- > @variable-name = 1; (double)
## Effects
### Display in console
```
print value;
```
- > print @variable;
### Open alert box
```
alertbox value;
```
- > alertbox @variable;
### Open website
```
website value;
```
- > website @variable;
## Returns
### Get math PI
```
3.1415;
```
- > ->@3.1415;
### Get address machine
```
machine-ip;
```
- > ->@machine-ip;
### Code from SRC
https://github.com/Nonopichy/Pichy/blob/master/test.pichy#L1-L6