Skip to content

Proposition for key words #32

Description

@leenapps
class Rick : Singer{
  // constructor
  gonna_make_you()
    i.hariColor=red
  understand
  // private variables
  Inside var hairColor;
  // public variable 
  Stranger var concertLocation {
    // getter
     get_this_from {
      return I.concertLocation
    }
  }

  
  // member functions
  gonna sing(){
    tell_you_how_im_feeling ("we're no strangers to love")
  }

  gonna giveYouUp(){
    fatalError()
  }
  gonna letYouDown(){
    fatalError()
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions