Description:
Pascal according to ANSI and ISO standards.
|
|
|
Customer Relationship Management Software
|
| |
The xRM greatly boasts the current CRM trends, and it is the more advanced version of the Customer Relationship Management software available today. There is no doubt that Microsoft XRM is gaining momentum these days as more ‘n’ more organizations or companies are leveraging from tailored solutions built on the Microsoft CRM platform. If you are looking for a competitive edge over the rivals, enhance the employee productivity and deploy applications speedily, then XRM is the right choice. However, the concept of the xRM can be a quite challenging in reality as “anything” covers a lot of ground. So, is it really the future of the current CRM? Well, let’s find out!... more »
|
|
ISO standard and FPC
|
| |
To have some positive news in this group also, in trunk (v2.7.1) FPC got a
bit more ISO compatible again.
A first implementation of std-io syntax (description^) was added, and in ISO
mode other reserved words (like STRING) are hidden.
I tried to compile P5, and now it bombs on instantation of specific variants... more »
|
|
Fwd: C.B. Falconer, RIP 1931-2012
|
| |
(How the heck do you cc in the new Google Groups? Ugh, manually pasting here.)
Hey guys,
Just noticed this on comp.lang.c and thought you might want to know. :-(
|
|
polyglot (C, Pascal)
|
| |
Well, not a lot of traffic here these days, but I figured this was
better than nothing! Here's a simple polyglot program:
(*doy)();main(){ puts("Hello, C"); return 0; ??> /* *)
program polyglot(output); begin writeln('Hello, Pascal') end.
(* */
|
|
Linearizeing nested IFs
|
| |
Hello all, The standard Pascal (ISO 7185) doesn't have a 'return' statement, so a function or procedure will execute to the end. I often encounter situations in which multiple sequential checks must be done so that: a. the failure of one check interrupts the whole sequence and... more »
|
|
PAYPAL payment WATCH(ROLEX,OMEGA,CHANEL,LV,CA RTIER,IWC,GUCCI,RADO AND SO ON)
|
| |
Paypal, Cheap Chanel,Louis Vuitton Handbags,Purse Paypal, Wholesale Ed Hardy,Dior Lady Purse,Wallets Paypal, Replica Gucci,Prada Leather Handbags,Purse Paypal, Cheap Hermes,Coach Handbags,Replica Wallets Paypal, Wholesale Dolce & Gabbana Handbags,Purse Paypal, Replica Christian Audigier Handbags,Bags... more »
|
|
Befunge-93 interpreter
|
| |
{$standard-pascal} {$transparent-file-names} {$case-value-checking} { ============================== ============================== ======== Wednesday, May 26, 2010 Befunge-93 in standard-ish Pascal -- public domain, nenies proprajxo (GPC 20070904 via DJGPP + GCC 3.4.4) rugxulo _AT_ gmail _DOT_ com !! Christus Rex !!... more »
|
|
Befunge93 in Pascal
|
| |
Well, I'm new here, and I don't really know Pascal at all, but since I've barely squeaked out something (and it's better than the spam, at least), I'll post it here. Yes, I know, it's not really useful yet. Feel free to improve / explain / suggest! [link] [link]... more »
|
|
PASCAL's := assignment operator
|
| |
Hi there. In PASCAL's syntax, the assignment operator is ':='. This operator is reversible, so it was also possible to implement a '=:' operator with a syntax comparable to following: x + y + 1 * 1023 =: z; This is a logical improvement to the PASCAL standard, at least from my point of view so I request it being added to the PASCAL standard.... more »
|
|
|