skip to content

Tags #fun code of the day

  • Fun Code of the Day #2: Does nil have a type?

    Okay, no cheating now. That is, no running the code until you’ve guessed. What is the output of this code.
  • Fun Code of the Day

    unit uEnumConverter; interface type TEnum = record public class function AsString<T>(aEnum: T): string; static; class function AsInteger<T>(aEnum: T):...