i have printed out some numbers and they look like
10944800e
10952560d
....if i want to later assign this type of number to variable how can i
do it?
for example i can't do...
[color=blue][color=green]
>> x = 10944800e[/color][/color]
...since it says "invalid token" on the "e".
thanks.
10944800e
10952560d
....if i want to later assign this type of number to variable how can i
do it?
for example i can't do...
[color=blue][color=green]
>> x = 10944800e[/color][/color]
...since it says "invalid token" on the "e".
thanks.
Comment