Skip to content

Commit dbc9c72

Browse files
committed
bf
1 parent 2f1ad02 commit dbc9c72

File tree

11 files changed

+8
-31
lines changed

11 files changed

+8
-31
lines changed

Build/4DPop.dmg

-832 Bytes
Binary file not shown.

Build/4DPop.zip

-8.79 KB
Binary file not shown.
-7.75 KB
Binary file not shown.

Build/Components/4DPop.4dbase/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2007-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>265</string>
9+
<string>266</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop</string>
1212
<key>CFBundleShortVersionString</key>
1313
<string>20R6</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>20R6</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R6 (264)</string>
17+
<string>20R6 (265)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop</string>
2020
</dict>
Binary file not shown.
Binary file not shown.

Build/Components/4DPop.4dbase/Resources/en.lproj/syntaxEN.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"_method_": {
33
"pop": {
4-
"Syntax": "**pop**( *class* : Text ) : 4D.Class",
4+
"Syntax": "**pop**() : 4D.Class",
55
"Params": [
6-
[
7-
"class",
8-
"Text",
9-
"->"
10-
],
116
[
127
"",
138
"4D.Class",

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2007-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>265</string>
9+
<string>266</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop</string>
1212
<key>CFBundleShortVersionString</key>
1313
<string>20R6</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>20R6</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R6 (264)</string>
17+
<string>20R6 (265)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop</string>
2020
</dict>

Project/Sources/Methods/pop.4dm

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
//%attributes = {"invisible":true,"shared":true}
2-
#DECLARE($class : Text) : 4D:C1709.Class
3-
4-
If (Count parameters:C259>=1)
5-
6-
If (Asserted:C1132(OB Instance of:C1731(cs:C1710[$class]; 4D:C1709.Function); "class not found: "+$class))
7-
8-
return cs:C1710[$class]
9-
10-
End if
11-
12-
Else
13-
14-
return cs:C1710
15-
16-
End if
2+
#DECLARE : 4D:C1709.Class
3+
return cs:C1710

Resources/InfoPlist.strings

0 Bytes
Binary file not shown.

Resources/en.lproj/syntaxEN.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"_method_": {
33
"pop": {
4-
"Syntax": "**pop**( *class* : Text ) : 4D.Class",
4+
"Syntax": "**pop**() : 4D.Class",
55
"Params": [
6-
[
7-
"class",
8-
"Text",
9-
"->"
10-
],
116
[
127
"",
138
"4D.Class",

0 commit comments

Comments
 (0)