bcc
bcc copied to clipboard
Allow functions and methods to introduce type parameters
SuperStrict
Framework BRL.Basic
Print Test<Int>(5)
Function Test<T>:T(x:T)
Return x
End Function
Compile Error: Illegal type expression