mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 14:17:02 +03:00
commit
3e6c93efa2
@ -49,7 +49,7 @@ public class LearnJava {
|
||||
// Types & Variables
|
||||
///////////////////////////////////////
|
||||
|
||||
// Declare a variable using <type> <name> [
|
||||
// Declare a variable using <type> <name>
|
||||
// Byte - 8-bit signed two's complement integer
|
||||
// (-128 <= byte <= 127)
|
||||
byte fooByte = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user