Strong typing implementation for Python

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Oct 13 18:16:32 EDT 2015


Bartc wrote:
> I've surprised Basic needs it. The last time I looked, $A was a string, 
> %B an integer, and C a number.

A$ and B%, actually.

Although if you didn't like the type suffixes, you
could say DEFINT I-N and pretend you were writing
Fortran code. :-)

-- 
Greg



More information about the Python-list mailing list