Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Lang/PeopleCode/00-LANG.txt
Normal file
2
Lang/PeopleCode/00-LANG.txt
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}}
|
||||
2
Lang/PeopleCode/00-META.yaml
Normal file
2
Lang/PeopleCode/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:PeopleCode
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue