-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyntax.txt
More file actions
43 lines (30 loc) · 828 Bytes
/
Copy pathsyntax.txt
File metadata and controls
43 lines (30 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
JAVA++ SYNTAX 2026
variables - new.variables.create.stack [name] [type];
EXAMPLE - new.variables.create.stack age type.integer = 22;
type: type.integer, type.stringer, type.floating, type.boolean, type.characters
const - new.constant.create.stack name type.stringer = "Bob";
IF/ELSE
new.if.typedefender (age == 22) {
print.consolewrite.puts("Hello, world"!);
}
new.elseif.typedefender (age > 23) {
input.new.users.putss("Enter number new");
}
new.else.typedefender {
return.var.in.code 1;
quit.program.uwu(1);
}
struct
__class__ Users in {
Name: type.stringer:
age: type.ingeger:
};
LOOPING
new.looping (true) { // analog while
}
new.for.looping (type.integer i = 0; i < 2; iplusplus ) {
} // i++ = iplusplus, i-- = iminmin
base lib
@USING::STD
@USING::MATH и т.д
коментарии //