[ µÚ·Î°¡±â ] Wel ¿¡·¯ ¹× °æ°í Å×½ºÆ® [ µÚ·Î°¡±â ]
¾Æ·¡ÀÇ ¿¹Á¦µéÀº ¿¡·¯³ª °æ°í°¡ ¹ß»ýµÇ´Â ÇÁ·Î±×·¥ÀÇ ¿¹ÀÌ¸ç ¿¹Á¦ Source#ÀÇ ³»¿ë¿¡ Ç¥½ÃµÈ ÇÁ·Î±×·¥ÀÌ
'½ÇÇàÇϱâ'¸¦ Ŭ¸¯ÇÏ½Ã¸é ½ÇÁ¦·Î ½ÇÇàÀÌ µÇ¸ç ÇØ´ç ¿À·ù°¡ ¹ß»ýµÇ´Â °ÍÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù. ¶ÇÇÑ Ç¥½ÃµÈ
¸Þ½ÃÁö¿¡¼­ 'Online µµ¿ò¸»'À» Ŭ¸¯ÇÏ½Ã¸é ¿Â¶óÀÎ ½Ç½Ã°£ µµ¿ò¸»À» Âü°íÇÏ¿© µð¹ö±ë¿¡ Å« µµ¿òÀÌ µÉ °ÍÀÔ´Ï´Ù.
Stack overflow!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

print(1,
2,
3,
4,
5,

Áß°£»ý·«
(1¾¿Áõ°¡¸ç ÃÑ 32769°³ÀÇ ÀÎÀÚ¸¦ Àü´ÞÇÔ)

32767,
32768,
32769);
#!/bin/wel

while(1)
while(1)
while(1)

Áß°£»ý·«
(ÃÑ 32769°³ÀÇ while¹®ÀÌ ¿¬¼ÓµÊ)

while(1)
while(1)
while(1) ;
¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

free a[100000000];
³ª´°¼À¿¡¼­ '0'À¸·Î ³ª´« ¿¡·¯(ºÐ¸ð°¡ '0'ÀÔ´Ï´Ù)!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 5;
b= 0;
c= a / b;
¹®¹ý ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

if abc;
#!/bin/wel

for(i=1; i<10) ;
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= "hello" if(b>10) c=1;
¿¬»ê½Ä Ç¥Çö ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

c=  a + * b;
#!/bin/wel

c= "AB"CD";
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1, ;
#!/bin/wel

a= 1 , , b=2;
¿¡·¯ ¿¹Á¦ Source#5[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#6[ ½ÇÇàÇϱâ ]
#!/bin/wel

while() a++;
#!/bin/wel

for(i=1; i<=10; i++, ) s+= i;
ÁÖ¼®(Comment)ÀÌ Á¾·áµÇÁö ¾Ê¾Ò½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

c=  a + b; /* ½ÃÇèÁß
Inline print°¡ Á¾·áµÇÁö ¾Ê¾Ò½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

/" ÀÌ ³»¿ëÀº Ãâ·ÂÀÌ µË´Ï´Ù
#!/bin/wel

a= 1;
b= "hello";
/" a={$a} b={$b}
¹®ÀÚ»ó¼ö°¡ ³¡³ªÁö ¾Ê¾Ò°Å³ª ÇÑ ÀÚ ÀÌ»ó »ç¿ë ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 'AB';
#!/bin/wel

a= ''';
¹®ÀÚ¿­ÀÌ Á¾·áµÇÁö ¾Ê¾Ò½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= "AB;
#!/bin/wel

a= """;
°ýÈ£ÀÇ Â¦ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

c= (a + b;
#!/bin/wel

a= 3 + 4);
Áß°ýÈ£(Brace)ÀÇ Â¦ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

for(i=1;i<=10;i++) {
#!/bin/wel

for(i=1;i<=10;i++) { s= s + i; } }
¼öÄ¡»ó¼ö ¿¡·¯(¼öÄ¡°¡ µÉ ¼ö ¾ø½À´Ï´Ù)!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 123abc;
#!/bin/wel

a= 123e;
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 0c129;
#!/bin/wel

a= 0x1Hb;
ÀÚ·á Çü(Type)ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 12 - "AB";
#!/bin/wel

a= "ABC" * 5;
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= mid("ABCD", "A");
#!/bin/wel

a= abs("ABCD");
Á¤ÀǵÇÁö ¾ÊÀº º¯¼öÀÔ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

vlock a;
#!/bin/wel

vunlock b;
»ç¿ëÁßÀ̰ųª ÀÌ¹Ì ¼±¾ðµÇ¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;

int a= 2;
#!/bin/wel

int a= 2;
float a= 1.0;
À߸øµÈ º¯¼ö¸íÀ» »ç¿ëÇÏ¿´½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

abc.2ab= 1;
´ëÀÔ¿¬»êÀÚÀÇ ¿ÞÂÊ°ªÀÌ º¯¼ö°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

123= 4 + 5;
#!/bin/wel

67+= 5;
Àбâ Àü¿ëº¯¼ö´Â ´ëÀÔÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
vlock a;
a= 2;
Àбâ Àü¿ëº¯¼ö´Â ÇØÁ¦ÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
vlock a;
vfree a;
ÀÓ°è ¿µ¿ª º¯¼ö¸¦ ´ëÀÔ ¶Ç´Â ÇØÁ¦ÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
a= parser("vfree a; return(1)");
#!/bin/wel

free a[3];
a[3]= a= array("abc");
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
a= /"{-a}"/ 2;
#!/bin/wel

a= 1;
a= strform("1234{$-a}5678");
¹è¿­ÀÌ ¼±¾ðµÇÁö ¾Ê¾Ò½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3];

a[1]= b[2];
#!/bin/wel

int a[3];

a[ b[1] ] = 2;
¹è¿­ÀÌ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a.b.c= 123;
d= a.b[2].c;
#!/bin/wel

a.b.c= 123;
d= a.b.c[1];
À߸øµÈ ¹è¿­ »ç¿ë ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a, b[3];

a= b;
#!/bin/wel

int a[3], b[2];

d= a && b;
c= a + b;
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

function abc(int a) { print(a); }

int b[3];

abc(b);
#!/bin/wel

function int abc()
 {
    float a[3];

    return(a);
 }

k= abc();
¹è¿­ÀÇ Â÷¿øÀÌ ¼±¾ðµÈ °Í°ú ´Ù¸¨´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3];

a[1][2]= 3;
#!/bin/wel

int a[3][3];

a[2]= 3;
¹è¿­ÀÇ Ã·ÀÚ°¡ ¹üÀ§¸¦ ³Ñ¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3];

a[4]= 3;
#!/bin/wel

b= array(1,2);
c= b[2];
3Â÷¿ø ¹è¿­±îÁö¸¸ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3][4][5][6];
º¯¼ö¸í¸¸ »ç¿ëÇØ¾ß ÇÕ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3];

vfree a[2];
#!/bin/wel

free a.b[2];

vfree a.b[1];
À߸øµÈ °´Ã¼ »ç¿ë ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a.b=1;

a.b.c= 3;
#!/bin/wel

free a.b[2].c;

a.b[1].2ab= 3;
¿¡·¯ ¿¹Á¦ Source#3[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#4[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a.x= 1, b.x= 2;

c= a - b;
#!/bin/wel

free a[2].b[2];

a[0].b[0]= a;
a[0].b[0][0].b[0]= 1;
a[0].b[0][0].test= 5;
a[0].b[0].err= 7;
°´Ã¼ ¹è¿­ÀÌ ³Ê¹« ¸¹ÀÌ ÁßøµÇ¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[1].b[1].c[1].d[1].e[1].f[1].g[1].h[1].i[1];
¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[1].b[1].c[1].d[1].e[1].f[1].g[1].h[1].m;
ÇÔ¼ö Á¤ÀÇ°¡ À߸ø¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

function int abc
 {
   printf("test\n");
 };
Á¤ÀǵÇÁö ¾ÊÀº ÇÔ¼ö¸¦ È£ÃâÇÏ¿´½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= abcdefg();
ÀÌ¹Ì Á¤ÀÇµÈ ÇÔ¼ö´Â ÀçÁ¤ÀÇÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

function abs(int a)
 {
    return(a);
 }
#!/bin/wel

function abc()
 {
   printf("hello!");
 }

function abc()
 {
   printf("error!");
 }
ÇÔ¼öÀÇ Àμö °³¼ö ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

x= abs(5,2);
#!/bin/wel

function int add(int a, int b)
 {
    int c;

    c= a + b;
    return(c);
 }

x= add(5);
ÇÔ¼öÀÇ À߸øµÈ ÀÎÀÚ »ç¿ë ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= sqrt(-25);
#!/bin/wel

a= mid("ABCD", -1, 2);
ÇÔ¼öÀÇ È¸±Í°ªÀÇ ÀÚ·á Çü(Type)ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

function int abc() { return "ABC"; }

int k;

k= abc();
#!/bin/wel

function float abc() { "HELLO"; }

a= abc();
Æû(°ü·Ã ±â´É)ÀÌ ³Ê¹« ¸¹ÀÌ ÁßøµÇ¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

for(i=1; i<=40; i++)
 {
    formopen("test.fom");
    printf("Æû#%d °³¹æ , ", i);
    if(i%10==0) printf("<br>\n");
 }
ÆûÀÇ repeat ¸í·ÉÀÌ ³Ê¹« ¸¹ÀÌ ÁßøµÇ¾ú½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

for(form_str=NULL, i= 1; i<=40; i++)
 {
    form_str~= sprintf("{!repeat}test#%d\n", i);
 }
printf("form_str= %s\n", form_str);
a= strform(form_str);
Æû ¸ÅÅ©·Î º¯¼ö¸íÀÇ À߸øµÈ »ç¿ë ¿¡·¯!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"test1{$234abc}test2"/
#!/bin/wel

a= strform("test1{$234abc}test2");
Æû ¸ÅÅ©·Î ÆøÀÇ À߸øµÈ »ç¿ë ¿¡·¯(1 ~ 255)
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"test1{#@500,abc}test2"/
Æû ¸ÅÅ©·Î ¸í·ÉÀÌ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"test1{!error}test2"/
Æû ¸ÅÅ©·ÎÀÇ ·¹À̺íÀÌ Á¤ÀǵÇÁö ¾Ê¾Ò½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"test1{!goto end_test}test2"/
Æû ¸ÅÅ©·Î°¡ Á¾·áµÇÁö ¾Ê¾Ò½À´Ï´Ù! (Wel V1.3 ÀÌ»ó Àû¿ë)
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"test1{?a,test2{?b,test3,{?c,test4}test5}test6"/
ÃʱâÈ­ ÀÚ·á°¡ ³Ê¹« ¸¹½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3]= { 1, 2, 3, 4, 5 };
#!/bin/wel

int a[2][2]= { { 1, 2, 3 }, { 4, 5, 6, 7 } };
Áß°ýÈ£°¡ º¯¼öÀÇ Â÷¿ø°ú ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

int a[3]= { { 1, 2 }, { 3, 4 } };
°´Ã¼ ¹è¿­Àº ÃʱâÈ­ÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

int obj[4].a= { 1, 2, 3, 4 };
#!/bin/wel

int obj.a[3].b= { 1, 2, 3 };
ÆÄÀÏ Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
fprint(a, "test");
#!/bin/wel

fp= fopen("Á¸ÀçÇÏÁö ¾Ê´Â ÆÄÀϸí", "r");
line= finput(fp);
strfield Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù! (Wel V1.3 ÀÌ»ó Àû¿ë)
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

sp= strfield_open("a,b,c,d", ",", 0x0f);
a= 0;
str= strfield(a);
MSQL Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
msqlClose(a);
MSQL result Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
msqlDataSeek(a, 0);
MySQL Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
mysql_close(a);
MySQL result Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
mysql_data_seek(a, 0);
Socket Æ÷ÀÎÅÍ°¡ ¾Æ´Õ´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= 1;
sockwrite(a, "b");
ºÎ ÇÁ·Î±×·¥À» °³¹æÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

include("Á¸ÀçÇÏÁö ¾Ê´Â ÆÄÀϸí");
#!/bin/wel

fparser("Á¸ÀçÇÏÁö ¾Ê´Â ÆÄÀϸí");
ÀÌ ÇÔ¼ö´Â À¥ ÇÁ·Î±×·¥¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] ¿¡·¯ ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

a= input();
#!/bin/wel

cls();
ÀÌ ¸ÅÅ©·Î´Â À¥ ÇÁ·Î±×·¥¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

/"a={%a}"/
ÇÁ·Î±×·¥ ½ÇÇà Á¦Çѽð£À» ÃÊ°úÇÏ¿´½À´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

timeout(1);
sleep(3);
CTRL-C³ª CTRL-\¿¡ ÀÇÇØ °­Á¦ Á¾·áµË´Ï´Ù!
¿¡·¯ ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

// CTRL-C¸¦ ÀÔ·ÂÇÒ ¼ö ¾ø±â ¶§¹®¿¡ ¿¡·¯¸¦ °¡Á¤ÇÏ¿© ½ÇÇàµË´Ï´Ù.

sleep(10);
°³¹æµÇÁö ¾Ê¾Ò°Å³ª ÀÌ¹Ì Æó¼âµÇ¾ú½À´Ï´Ù.
°æ°í ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

fp= fopen("/dev/null", "w");
fclose(fp);
fclose(fp); // ¿©±â¿¡¼­ °æ°í ¸Þ½ÃÁö Ãâ·Â
¿¬°áµÇÁö ¾Ê¾Ò°Å³ª ÀÌ¹Ì Æó¼âµÇ¾ú½À´Ï´Ù.
°æ°í ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

msql= msqlConnect(NULL);
msqlClose(msql);
msqlQuery(msql, "select * from test"); // ¿©±â¿¡¼­ °æ°í ¸Þ½ÃÁö Ãâ·Â
°á°ú¸¦ ÀúÀåÇÏÁö ¾Ê¾Ò°Å³ª ÀÌ¹Ì ÇØÁ¦µÇ¾ú½À´Ï´Ù.
°æ°í ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ]
#!/bin/wel

msql= msqlConnect(NULL); // mSQL ¼­¹ö°¡ ¿î¿µÁßÀÌ°í welhelp µ¥ÀÌÅͺ£À̽º¿Í
msqlSelectDB(msql, "welhelp"); // addr Å×À̺íÀÌ Á¸ÀçÇÑ´Ù°í °¡Á¤ÇÔ
mres= msqlQueryResult(msql, "select * from addr");
msqlFreeResult(mres);
rcnt= msqlNumRows(mres); // ¿©±â¿¡¼­ °æ°í ¸Þ½ÃÁö Ãâ·Â
³»¿ëÀÌ ¾ø°Å³ª ¹«È¿ÇÑ Header¸¦ »ç¿ëÇß½À´Ï´Ù.
°æ°í ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] °æ°í ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

header("");
print("test");
return;
#!/bin/wel

system("date");
header("Content-type: text/html");
return;
³»¿ëÀÌ ¾ø°Å³ª ¹«È¿ÇÑ Cookie¸¦ »ç¿ëÇß½À´Ï´Ù.
°æ°í ¿¹Á¦ Source#1[ ½ÇÇàÇϱâ ] °æ°í ¿¹Á¦ Source#2[ ½ÇÇàÇϱâ ]
#!/bin/wel

setcookie("","");
print("test");
return;
#!/bin/wel

system("date");
setcookie("test", "123");
return;
  Wel Version 1.0