Created
October 3, 2022 06:19
-
-
Save lotharschulz/3b3bd7dab5a5619524a96ea4b216d0fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#run the code | |
./gradlew run | |
# output: | |
dotdotRange: a,b,c,d | |
untilRange: a,b,c | |
untilRange new 1.7.20: a,b,c | |
rangeTo: a,b,c,d | |
downTo: d,c,b,a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment