Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Obj-c
@import Foundation;
int i=s.intValue

As in most other idioms, the standard Foundation library, used with practically all the ObjC-based environments, is used
I : Integer := Integer'Value (s);

New implementation...