Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
2
Lang/PeopleCode/00DESCRIPTION
Normal file
2
Lang/PeopleCode/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
PeopleCode is an (ool) object-oriented proprietary (case-insensitive) language used to express business logic for PeopleSoft applications. In its fundamentals, PeopleCode syntax resembles other programming languages. Some aspects of the PeopleCode language, however, are specifically related to the PeopleTools environment. However, the fundamentals of objects and classes are the same as in Java language. Definition name references, for example, enable you to refer to PeopleTools definitions, such as record definitions or pages, without using hard-coded string literals. Other language features, such as PeopleCode data types and metastrings, reflect the close interaction of PeopleTools and Structured Query Language (SQL). Dot notation, classes and methods in PeopleCode are similar to other object oriented languages, like Java. Object syntax was an important feature of PeopleTools 8.[http://en.wikipedia.org/wiki/PeopleCode a PeopleCode - Wikipedia]
|
||||
{{language}}
|
||||
1
Lang/PeopleCode/Determine-if-a-string-is-numeric
Symbolic link
1
Lang/PeopleCode/Determine-if-a-string-is-numeric
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Determine-if-a-string-is-numeric/PeopleCode
|
||||
1
Lang/PeopleCode/Loops-While
Symbolic link
1
Lang/PeopleCode/Loops-While
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-While/PeopleCode
|
||||
1
Lang/PeopleCode/README
Normal file
1
Lang/PeopleCode/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:PeopleCode
|
||||
Loading…
Add table
Add a link
Reference in a new issue