Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
Posts
0
Comments
39
Joined
5 mo. ago

  • At least in C#, you can define variables with keyword names like this:

    var @struct = "abc"

    I think in Kotlin you can do the same, and even include spaces with backticks like val abstract class = "abc"

    I'm not sure if other languages allow that, regardless it should be rarely used.