Programmers Language v2
  • Home
  • Language
  • Items
  • Matrix (BETA)
  • About
  • Register
  • Login
Home » PlGroups » Prozeduren, Funktionen, Methoden

View PlGroup Prozeduren, Funktionen, Methoden

ID15
TextProzeduren, Funktionen, Methoden
TitleNot set

PlItems

  • procedure TForm1.Proz(Sender: TObject); begin If 1<>2 Then exit; ShowMessage('Test'); end;
  • #!/bin/sh do_something() { echo $1 echo $2 } do_something "this is my first" " and second argument" # this is my first and second argument
  • def this_is_my_function_name(param1): print "do something inside the function " + param1 print "do something outside the function" # call the function this_is_my_function_name("hello world")
Operations
  • List PlGroups
  • Create PlGroup
  • Update PlGroup
  • Delete PlGroup
  • Manage PlGroups
Copyright © 2025 by My Company.
All Rights Reserved.
Powered by Yii Framework.