Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable characters
#1
Did you ever notice there are 32 symbols on the standard 102-key natural keyboard and only 1 can be used in a variable name!?

Code: (Select All)
Rem all 32 symbolic characters.
'dim x~.a as inetegr
'dim x.a` as intrger
'dim x!.a as integer
'dim x@.a as integer
'dim x#.a as integer
'dim x$.a as integer
'dim x%.a as integer
'dim x^.a as integer
'dim x&.a as integer
'dim x*.a as integer
'dim x(.a as integer
'dim x).a as integer
'dim x_.a as integer
'dim x-.a as integer
'dim x+.a as integer
'dim x=.a as integer
'dim x|.a as integer
'dim x\.a as integer
'dim x{.a as integer
'dim x[.a as integer
'dim x}.a as integer
'dim x].a as integer
'dim x:.a as integer
'dim x;.a as integer
'dim x".a as integer
'dim x<.a as integer
'dim x,.a as integer
'dim x>.a as integer
'dim x'.a as integer
Dim x.a As Integer
'dim x?.a as integer
'dim x/.a as integer
Reply


Messages In This Thread
Variable characters - by eoredson - 10-17-2024, 05:47 AM
RE: Variable characters - by SMcNeill - 10-17-2024, 06:26 AM
RE: Variable characters - by eoredson - 10-17-2024, 09:20 PM
RE: Variable characters - by eoredson - 10-19-2024, 01:02 AM
RE: Variable characters - by eoredson - 10-19-2024, 03:23 AM
RE: Variable characters - by SMcNeill - 10-19-2024, 03:45 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:43 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:55 AM



Users browsing this thread: 3 Guest(s)