https://github.com/gemechutaye/java-block-statement-experiment
This is an experiment for A Java block statement. Block Statement is a sequence of zero or more statements enclosed in braces. A block statement is generally used to group together several statements, so they can be used in a situation that requires you to use a single statement. In some situations, you can use only one statement.
https://github.com/gemechutaye/java-block-statement-experiment
Last synced: 2 months ago
JSON representation
This is an experiment for A Java block statement. Block Statement is a sequence of zero or more statements enclosed in braces. A block statement is generally used to group together several statements, so they can be used in a situation that requires you to use a single statement. In some situations, you can use only one statement.
- Host: GitHub
- URL: https://github.com/gemechutaye/java-block-statement-experiment
- Owner: gemechutaye
- License: gpl-3.0
- Created: 2021-12-23T10:13:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T10:18:47.000Z (over 3 years ago)
- Last Synced: 2023-11-29T09:38:29.555Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-block-statement-experiment
This is an experiment for A Java block statement. Block Statement is a sequence of zero or more statements enclosed in braces. A block statement is generally used to group together several statements, so they can be used in a situation that requires you to use a single statement. In some situations, you can use only one statement.