Rexx - Genişletilmiş Fonksiyonlar
Rexx, çoğu İşletim Sistemiyle etkileşim kurmanıza olanak tanıyan çok çeşitli işlevsellik sağlayan bir dizi genişletilmiş işlev sunar. Aşağıda açıklandığı gibi bazılarına detaylı olarak bakalım.
Sr.No. | Genişletilmiş Fonksiyonlar |
---|---|
1 | b2c Bu işlev, bir ikili değeri bir dizge değerine dönüştürür. |
2 | bitclr This function is used to toggle the specified bit in the binary string to 0. |
3 | bitcomp This function is used to compare 2 binary strings starting with bit 0. |
4 | buftype This function is used to display the contents of the stack which is normally used in debugging purposes. |
5 | crypt This function is used to encrypt a string. |
6 | fork This function is used to spawn a new child process on the system. |
7 | getpid This function gets the id of the current running process. |
8 | hash This function returns the hash value of a string. |